Version

PropertyMappingCollection<TKey,TMapping> Class Methods

For a list of all members of this type, see PropertyMappingCollection<TKey,TMapping> members.

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodAddRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public MethodBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodGetItemGets the TMapping instance associated with the specified key.  
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodInsertRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<TMapping>)
Public MethodReInitialize (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public MethodRemoveOverloaded. Removes the mapping for the specified key.  
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodRemoveRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TMapping>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TMapping>)
Protected MethodClearItems (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodCreateNewCreates a new instance of mapping object that's compatible with this collection.  
Protected MethodInsertItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodMoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnCollectionChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemAdding (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemRemoving (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodRaisePropertyChangedEventRaises PropertyChanged event.  
Protected MethodRemoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Protected MethodSetItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
See Also